home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Paintfun v1.4.9.adf / PaintFun-HD < prev    next >
Text File  |  1990-09-16  |  707b  |  25 lines

  1. .
  2. if exists startup/titlepage
  3. echo "To install PaintFun on a Hard Disk:"
  4. echo " "
  5. echo "1. Reboot using your hard drive"
  6. echo "2. Create a new drawer called PaintFun wherever you want it."
  7. echo "3. Insert the PaintFun program disk into DF0:"
  8. echo "4. Drag the PaintFun-HD tool to the new drawer."
  9. echo "5. Double click on it when it's there"
  10. wait 5
  11. else
  12. copy df0:libs/#?.bmap    to sys:libs
  13. copy df0:libs/paintfun#? to sys:libs
  14. copy df0:paintfun        to PaintFun
  15. copy df0:paintfun.info   to PaintFun.info
  16. makedir Startup
  17. copy df0:startup         to startup all
  18. echo >startup/StoryPath  "Stories/"
  19. makedir Stories
  20. copy df0:Stories.info    to Stories.info
  21. copy df0:stories         to stories all
  22. endif
  23.  
  24.    
  25.